Jesse McGrew
"Provides the ability to create new objects during game play."
ni
In Chapter 2 - Library replacements, Section 1 - Using the dynamic blank bitsin the extension Dynamic Tables by Jesse McGrew:
You wrote 'Include (- [ CheckTableEntryIsBlank tab col r [...]
k_LU->(row%8))) rtrue; rfalse; ]; -) instead of "Testing Blankness" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: but this syntax was withdrawn in April 2022, in
favour of a more finely controlled inclusion command. See the manual, but
you can probably get what you want using 'replacing "SomeFunctionName".'
rather than 'instead of ...'.
You wrote 'Include (- [ ForceTableEntryBlank tab col row [...]
TableEntryIsBlank_LU->(row%8)); ]; -) instead of "Force Entry Blank" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ ForceTableEntryNonBlank tab col [...]
leEntryIsNonBlank_LU->(row%8)); ]; -) instead of "Force Entry Non-Blank" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ TableSwapBlankBits tab row1 row2 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Swapping Blank Bits" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ TableMoveBlankBitsDown tab row1 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Moving Blank Bits Down" in
"Tables.i6t"' dynamic
tables by jesse mcgrew: again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ PrintTableName T; switch(T) { { [...] print "**
No such table **"; } ]; -) instead of "Print Table Name" in "Tables.i6t"' dynamic tables by jesse
mcgrew: again, this syntax was withdrawn in
April 2022.
Dynamic Tables by Jesse McGrew Version 5/140908
"Provides a way to change the capacity of a table during the game."
ni
In Chapter 2 - Library replacements, Section 1 - Using the dynamic blank bitsin the extension Dynamic Tables by Jesse McGrew:
You wrote 'Include (- [ CheckTableEntryIsBlank tab col r [...]
k_LU->(row%8))) rtrue; rfalse; ]; -) instead of "Testing Blankness" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 450):
but this syntax was withdrawn in April 2022, in favour of a more finely
controlled inclusion command. See the manual, but you can probably get what
you want using 'replacing "SomeFunctionName".' rather than 'instead of
...'.
You wrote 'Include (- [ ForceTableEntryBlank tab col row [...]
TableEntryIsBlank_LU->(row%8)); ]; -) instead of "Force Entry Blank" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 465):
again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ ForceTableEntryNonBlank tab col [...]
leEntryIsNonBlank_LU->(row%8)); ]; -) instead of "Force Entry Non-Blank" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 481):
again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ TableSwapBlankBits tab row1 row2 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Swapping Blank Bits" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 504):
again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ TableMoveBlankBitsDown tab row1 [...]
tryIsNonBlank_LU->(row2%8)); } ]; -) instead of "Moving Blank Bits Down" in
"Tables.i6t"' (Jesse McGrew/Dynamic Tables.i7x, line 532):
again, this syntax was withdrawn in April 2022.
You wrote 'Include (- [ PrintTableName T; switch(T) { { [...] print "**
No such table **"; } ]; -) instead of "Print Table Name" in "Tables.i6t"' dynamic tables by jesse
mcgrew: again, this syntax was withdrawn in
April 2022.
"Allows us to test the consequences of a phrase or action without permanently changing the game state."
ni
My low-level reader of source code reported a mistake - "inform 6 syntax
error in function 'Hypo_Middle': unexpected ')'". Low-level material
written in Inform 6 syntax occurs either in kits or in matter written
inside 'Include (- ... -)' in source text, either in the main source or in
an extension used by it.